Conversation
|
The design here is odd. What happens when there are multiple QnA kb's in play? This looks to hardcode the |
Yes, Thanks for the reminding. I don't have an accurate concept of multiple QnA kb's before. I treat it as a fixed property as luis key. According to @luhan2017 and @hibrenda 's description, I try some corner cases and find it has nothing to do with the property name( no mater it's qna.knowledgebaseid /qna.endpointkey/… or not). So those key-value pairs are more like self-defined property, user who want to use QnA just need to make sure the property in settings is the same as in form. |
This reverts commit 8585151.


Description
This PR is to fix this Issue
Root Cause
This Issue is because the botproject(runtime) read qna.endpointkey from disk before. After we omitted it, we need to send this from composer server to botproject(runtime).
Task Item
closes #1538
Type of change
Please delete options that are not relevant.
Checklist
Screenshots
During the QnaMaker trace, it won't show "Object not set to instance of an object" anymore.
